'宣言
Public Function New( _ ByVal executeAction As Action(Of TParm) _ )
public DelegateCommand<TParm>( Action<TParm> executeAction )
パラメータ
- executeAction
'宣言
Public Function New( _ ByVal executeAction As Action(Of TParm) _ )
public DelegateCommand<TParm>( Action<TParm> executeAction )